object FormAvisoFwlIntentoConex: TFormAvisoFwlIntentoConex Left = 439 Top = 213 BorderStyle = bsSingle Caption = '�Intento de conexi�n a la red!' ClientHeight = 281 ClientWidth = 242 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PanelAlerta: TPndPopupPanel Left = 0 Top = 0 Width = 242 Height = 281 BodyText = 'El siguiente programa est� intentando acceder a la red.

<' + 'B>Nombre del programa:
%s

Descripci�n:
%' + 's

Te recomendamos que no permitas este acceso si no est�s' + ' completamente seguro.' BottomText = 'Panda Antivirus Platinum 7' HeaderFont.Charset = DEFAULT_CHARSET HeaderFont.Color = clWhite HeaderFont.Height = -11 HeaderFont.Name = 'Tahoma' HeaderFont.Style = [fsBold] HeaderText = 'Deseo...' IconImages = ImageListIcono IconIndex = 6 ItemImages = ImageListItems Items = < item Caption = 'Denegar la conexi�n s�lo esta vez' Visible = False ImageIndex = 20 OnClick = PanelAlertaItems3Click MostrarEnReducido = True TipoItem = 1 end item Caption = 'Denegar esta conexi�n siempre' Visible = False ImageIndex = 21 OnClick = PanelAlertaItems1Click MostrarEnReducido = True TipoItem = 1 end item Caption = 'Permitir esta conexi�n siempre' Visible = False ImageIndex = 32 OnClick = PanelAlertaItems0Click MostrarEnReducido = True TipoItem = 1 end item Caption = 'Permitir la conexi�n s�lo esta vez' Visible = False ImageIndex = 31 OnClick = PanelAlertaItems2Click MostrarEnReducido = True TipoItem = 1 end item Caption = 'M�s informaci�n sobre el programa' Visible = False ImageIndex = 15 OnClick = MostrarInfoPrograma TipoItem = 1 end item Caption = 'M�s informaci�n sobre la conexi�n' Visible = False ImageIndex = 38 OnClick = MostrarInfoConexion TipoItem = 1 end item Caption = 'No volver a mostrar este aviso' Visible = False ImageIndex = 25 OnClick = NoVolverANotificar MostrarEnReducido = True TipoItem = 2 end item Caption = 'Ayuda' Visible = False ImageIndex = 27 OnClick = Ayuda MostrarEnReducido = True TipoItem = 2 end item Caption = 'Cerrar' Visible = False ImageIndex = 16 OnClick = PanelAlertaItems8Click MostrarEnReducido = True TipoItem = 2 end item Caption = 'M�s informaci�n sobre la intrusi�n' Visible = False ImageIndex = 39 OnClick = MostrarInfoConexion TipoItem = 2 end item Caption = 'No volver a mostrar este aviso' Visible = False ImageIndex = 25 OnClick = NoVolverANotificar MostrarEnReducido = True TipoItem = 3 end item Caption = 'Ayuda' Visible = False ImageIndex = 27 OnClick = Ayuda MostrarEnReducido = True TipoItem = 3 end item Caption = 'Cerrar' Visible = False ImageIndex = 16 OnClick = PanelAlertaItems8Click MostrarEnReducido = True TipoItem = 3 end item Caption = 'Consultar informe' ImageIndex = 22 OnClick = VerReporte MostrarSoloEnAlertasAgrupadas = True end> ItemsFont.Charset = DEFAULT_CHARSET ItemsFont.Color = clBlack ItemsFont.Height = -11 ItemsFont.Name = 'Tahoma' ItemsFont.Style = [] PrioridadMensaje = pmAlertaUsuario TextoAlertasAgrupadas = 'En el informe se encuentran nuevas notificaciones similares a es' + 'ta' Title = '�Intento de conexi�n a la red!' end object ImageListIcono: TImageList Height = 48 Width = 48 Left = 196 Top = 60 end object ImageListItems: TImageList Left = 196 Top = 148 end end